Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can I send a fax from my pocket pc using .net compact framework only?

5 views
Skip to first unread message

Rodrigo Garcia Lima

unread,
Apr 22, 2005, 5:35:04 PM4/22/05
to
How?

Thx. :)

Ilya Tumanov [MS]

unread,
Apr 22, 2005, 7:10:35 PM4/22/05
to
Yes and no.

No, there's no Microsoft.Fax.Send (myDocument, "415-555-1111").

Yes, you can open COM port your fax modem is on (via P/Invoke) and send
appropriate commands and data to it.

It's not really hard, but would take some time to implement.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights


"Rodrigo Garcia Lima" <rod...@rapix.com.br> wrote in message
news:%23BBXoM4...@TK2MSFTNGP09.phx.gbl...
> How?
>
> Thx. :)


Alex Feinman [MVP]

unread,
Apr 22, 2005, 8:14:14 PM4/22/05
to
"Ilya Tumanov [MS]" <ily...@online.microsoft.com> wrote in message
news:4269...@news.microsoft.com...

> Yes and no.
>
>
>
> No, there's no Microsoft.Fax.Send (myDocument, "415-555-1111").
>
>
>
> Yes, you can open COM port your fax modem is on (via P/Invoke) and send
> appropriate commands and data to it.
>
> It's not really hard, but would take some time to implement.
I beg to differ. Even sending Class 2 fax (and not a whole lot of fax modems
these days support class 2 or 2.0) is rather painful. Even more unpleasant
part is generating multipage tiff file according to T.30 spec. There are
commercial apps like TrueFax for PPC that I'd rather suggest than writing
one from the scratch

Rodrigo Garcia Lima

unread,
Apr 22, 2005, 9:32:33 PM4/22/05
to

Thx everyboby.

:)

Richard L Rosenheim

unread,
Apr 23, 2005, 4:38:53 AM4/23/05
to
If the ability to send a fax from a PocketPC is important, you might wish to
look at the faxing service from Venali.

With the service, you send them the fax as an email, and they take care of
actually transmitting the document as a fax. In the opposite direction, any
incoming faxes are converted to a PDF and send to you as an email.

Richard Rosenheim


"Rodrigo Garcia Lima" <rod...@rapix.com.br> wrote in message

news:uuLAVR6R...@TK2MSFTNGP09.phx.gbl...

0 new messages